
.PHONY: %

all:
	@printf "\n\nJust template code in here. Nothing to 'make'\n\n";\
	/bin/true
%:
	@printf "\n\nJust template code in here. Nothing to 'make'\n\n";\
	/bin/true
